home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc5gcdm.dxr / 00187.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  372 b   |  19 lines

  1. on mouseDown
  2.   if the memberNum of sprite 30 > 0 then
  3.     set the movieRate of sprite 30 to 0
  4.     updateStage()
  5.   end if
  6.   set the visible of sprite 45 to 0
  7.   puppetSound("Tone")
  8.   updateStage()
  9.   repeat while the mouseDown
  10.     nothing()
  11.   end repeat
  12.   set the visible of sprite 45 to 1
  13. end
  14.  
  15. on mouseUp
  16.   go("Water Management")
  17.   set the controller of sprite(10) to 1
  18. end
  19.